feature: Claude Code を利用した開発手法のdocs.mdを作成する#76
Open
koduno wants to merge 9 commits into
Open
Conversation
kamekyame
approved these changes
Jul 6, 2026
kamekyame
left a comment
Contributor
There was a problem hiding this comment.
その他は特に気になることなさそうなので自分からは LGTM です!
m-sato-310
reviewed
Jul 6, 2026
Contributor
|
修正確認しました!ありがとうございます〜 🙏 |
Contributor
|
みます |
takerucam
reviewed
Jul 7, 2026
|
|
||
| 1. 拡張機能ビューを開く(Mac: `Cmd+Shift+X` / Windows・Linux: `Ctrl+Shift+X`) | ||
| 2. 検索欄に「**Claude Code**」と入力する | ||
| 3. 「Claude Code」(発行元: Anthropic)の「**インストール**」をクリックする |
Contributor
| | **Plan mode**(計画をたてて確認) | コードを調べてから、編集の前に計画を提示する | | ||
| | **Auto mode**(自動選択) | タスクに応じて最適な許可モードを自動で選ぶ | | ||
|
|
||
|  |
Author
There was a problem hiding this comment.
拡張機能のバージョンの問題でした 🙏
バージョンを上げてスクショを新しいものに差し替えました
nabe1005
requested changes
Jul 14, 2026
nabe1005
left a comment
Member
There was a problem hiding this comment.
レビューしました、指摘箇所の確認をお願いしたいです! 🙏
| ## 2. URL | ||
|
|
||
| - テキスト: [資料](./docs.md) | ||
| - スライド: [プレゼンテーション表示](https://jigintern.github.io/intern-dev-tutorial/claude-code/claude-code-slide.html) |
Member
There was a problem hiding this comment.
slide.mdが見当たらないけど、スライドは別途作成される予定がありますか?
| 本項では、Anthropic が提供する AI コーディングツール [Claude | ||
| Code](https://code.claude.com/docs/ja/overview) | ||
| を利用した開発手法について解説します。 | ||
| この資料と同一のフォルダ内に、スライドも掲載しており、双方を参照することで学習を進めます。 |
| ### 2-2. プロンプトを送ってみよう | ||
|
|
||
| パネルが開いたら、入力欄に「やりたいこと」を自然言語で書いて送信します。 | ||
| 空のフォルダなら、まずは**何かを「作ってもらう」**と Claude Code の楽しさが分かります。 |
|
|
||
| ### 2-3. 変更を依頼して差分を確認・承認しよう | ||
|
|
||
| Claude がファイルを作ったり編集したりするときは、**追加・変更される内容(差分)**を表示し、承認を求めてきます。 |
| | **Switch model… / Effort**(`/model`) | 使うモデルや考える深さを切り替える(→ 後述の「モデルと Effort について」) | | ||
| | **Account & usage…**(`/usage`) | プランの使用状況を確認する | | ||
|
|
||
| このほかにも多くの組み込みコマンドがあります。また、**スキル(Skills)**という仕組みで機能を追加でき、チームやプロジェクト独自の `/○○` が増えていることもあります(メニューに見慣れない項目があったら、たいていこれです)。 |
|
|
||
| </details> | ||
|
|
||
| ### モデルと Effort について |
- スライド作成予定がないため、スライドへの参照を README と docs から削除 - 全角括弧に隣接して効いていなかった太字3箇所を修正 - 「モデルと Effort について」に通し番号 2-8 を付与し、参照箇所も更新
インストール後にウォークスルー画面が開いて完了判断に迷うという レビュー指摘に対応。Spark アイコンの表示を完了の目印として明示する
モード表示が資料と異なるというレビュー指摘に対応。 - モード名を Manual / Edit automatically / Plan / Auto に更新 - Auto モードの説明文を新 UI の説明に追従 - スクリーンショットを最新の表示に差し替え
Author
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


概要
claude codeの使用方法についての資料を作成しました
変更点